<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
ul {
  margin-bottom: 0;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

/*head*/
.head1-bg {
  /*background: url(../images/head.png) no-repeat top center;*/
  background-size: 100% 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.head1-bg .head1-index {
  align-items: center;
}

.head1-bg .head1-index .logo {
  padding-left: 8.33333333333333vw;
  width: 28.65%;
}

.head1-bg .head1-index .logo img {
  max-width: 100%;
}

.head1-bg .head1-index .headnav {
  align-items: center;
  width: 59.375%;
}

.head1-bg .head1-index .headnav .nav {
  width: calc(100% - 90px);
}

.head1-bg .head1-index .headnav .ss {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}

.head1-bg .head1-index .headnav .ss img {
  max-width: 100%;
  vertical-align: top;
}

/*导航*/
.nav li {
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  width: 130px;
  background: url(//cdn.xypt.top/ef87e788/21/06/df96e80956e00c3ecdd87d5b12703f069e806775.png) no-repeat right center;
}

.nav li a {
  display: block;
  line-height: 90px;
  color: #fff;
  height: 90px;
  padding: 0;
  font-size: 16px;
  padding: 0;
  font-weight: 600;
}

.nav li a span {
  display: block;
  position: relative;
  z-index: 9;
}

.nav li a:hover {
  color: #fff;
  text-decoration: none;
  background: transparent;
}

.nav &gt; li &gt; a:focus,
.nav &gt; li &gt; a:hover {
  text-decoration: none;
  background: transparent;
}

.nav li a i {
  background-image: -moz-linear-gradient(90deg, #04469c 0%, #9ee6ff 100%);
  background-image: -webkit-linear-gradient(90deg, #04469c 0%, #9ee6ff 100%);
  background-image: -ms-linear-gradient(90deg, #04469c 0%, #9ee6ff 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: 0.5s;
  width: 100%;
  transform: scaleX(0);
  transition: 0.5s;
}

.nav li a:hover i {
  transform: scaleX(1);
  transition: 0.5s;
}

.nav .sec a {
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  background: rgba(44, 56, 64, 0.95);
  font-weight: normal;
}

.nav .sec a:hover {
  background: #1759a8;
  text-decoration: none;
  color: #fff;
}

.nav &gt; li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nav .sec {
  position: absolute;
  z-index: 99;
  width: 150%;
  left: -25%;
  top: 90px;
  background: rgba(23, 89, 168, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (max-width: 1600px) {
  .head1-bg .head1-index .logo {
    padding-left: 15px;
  }
}

/*banner*/
.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0 3px 0 0 #104d0b;
  -moz-box-shadow: 0 3px 0 0 #104d0b;
  box-shadow: 0 3px 0 0 #104d0b;
}

.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0 3px 0 0 #0f3e68;
  -moz-box-shadow: 0 3px 0 0 #0f3e68;
  box-shadow: 0 3px 0 0 #0f3e68;
}

.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0 3px 0 0 #7c1212;
  -moz-box-shadow: 0 3px 0 0 #7c1212;
  box-shadow: 0 3px 0 0 #7c1212;
}

.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
  background-color: #f70;
  -webkit-box-shadow: 0 3px 0 0 #a34c00;
  -moz-box-shadow: 0 3px 0 0 #a34c00;
  box-shadow: 0 3px 0 0 #a34c00;
}

.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0 3px 0 0 #222;
  -moz-box-shadow: 0 3px 0 0 #222;
  box-shadow: 0 3px 0 0 #222;
}

.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0 3px 0 0 #555;
  -moz-box-shadow: 0 3px 0 0 #555;
  box-shadow: 0 3px 0 0 #555;
}

.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  position: absolute;
  visibility: hidden;
}

.tp-simpleresponsive img {
  max-width: none;
}

.noFilterClass {
  filter: none !important;
}

.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.tp-caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.fullscreenvideo .vjs-loading-spinner {
  visibility: none;
  display: none !important;
  width: 0;
  height: 0;
}

.fullscreenvideo .vjs-control-bar.vjs-fade-out,
.fullscreenvideo .vjs-control-bar.vjs-fade-in,
.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing,
.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing {
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
  width: 0;
  height: 0;
  overflow: hidden;
}

.fullcoveredvideo.video-js,
.fullcoveredvideo video {
  background: transparent !important;
}

.fullcoveredvideo .vjs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tpclear {
  clear: both;
}

.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -webkit-transform: translateZ(5px);
  bottom: 44px !important;
}

.tp-bullets.hidebullets {
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 1;
  bottom: 44px !important;
}

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  float: left;
  margin-top: 0;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
}

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0;
}

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0;
}

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0;
}

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0 !important;
}

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0 !important;
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0 !important;
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0 !important;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  width: 65px;
  background: #1c5fac;
  border-radius: 20px;
}

.tparrows {
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -webkit-transform: translateZ(5px);
}

.tparrows.hidearrows {
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0;
}

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  width: 30px;
  height: 110px;
  left: 0 !important;
  top: 50% !important;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  display: none;
}

.tp-leftarrow.default:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin: 50px 0 0 10px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #fff;
}

.tp-rightarrow.default {
  display: none;
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  width: 30px;
  height: 110px;
  right: 0 !important;
  top: 50% !important;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
}

.tp-rightarrow.default:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin: 50px 0 0 9px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background: #fb4848;
}

.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  background: 0;
  margin: 0;
  float: left;
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.tp-thumbs img {
  width: 100%;
}

.tp-bannertimer {
  height: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
}

.tp-bannertimer.tp-bottom {
  bottom: 0;
  height: 5px;
  top: auto;
}

@media only screen and (min-width: 0) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }
  .responsive .tparrows {
    display: none;
  }
}

.vjs-tech {
  margin-top: 1px;
}

.tp-caption .vjs-default-skin .vjs-big-play-button {
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  line-height: 30px;
  vertical-align: top;
  padding: 0;
}

.tp-caption .vjs-default-skin .vjs-big-play-button:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  text-shadow: none !important;
  color: #fff;
  font-size: 18px;
}

.tp-caption .vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-simpleresponsive a {
  text-decoration: none;
}

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-simpleresponsive &gt; ul &gt; li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}

.tp-loader {
  margin: -30px -30px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  width: 60px;
  height: 60px;
}

.tp-loader:before,
.tp-loader:after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  border-radius: 50%;
  background-color: #fb4848;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.tp-loader:after {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@media (max-width: 767px) {
  .tp-bullets.hidebullets {
    bottom: 20px !important;
  }
  .tp-bullets.simplebullets.round .bullet {
    width: 10px;
    height: 10px;
  }
  .tp-bullets.simplebullets.round .bullet:hover,
  .tp-bullets.simplebullets.round .bullet.selected,
  .tp-bullets.simplebullets.navbar .bullet:hover,
  .tp-bullets.simplebullets.navbar .bullet.selected {
    width: 35px;
    background: #1c5fac;
    border-radius: 20px;
  }
}

/*about*/
.w1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.ab-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 2.6vw 0;
}

.ab-index {
  align-items: center;
}

.ab-index .abl {
  width: 38.125%;
}

.ab-index .abl .at1 {
  color: #292929;
  font-size: 18px;
  font-weight: 600;
}

.ab-index .abl .at2 {
  font-weight: 600;
  color: #000000;
  font-size: 2.5vw;
}

.ab-index .abl .aw {
  margin-top: 1vw;
}

.ab-index .abl .aw p {
  color: #5a5a5a;
  font-size: 14px;
  text-indent: 2em;
  line-height: 2.86;
}

.ab-index .abl .amore {
  background: url(../images/more.png) no-repeat top center;
  background-size: 100% 100%;
  width: 146px;
  height: 52px;
  margin-top: 4.16666666666667vw;
}

.ab-index .abl .amore a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 52px;
  color: #fff;
}

.ab-index .abr {
  width: 57.8125%;
}

.ab-index .abr img {
  width: 100%;
}

@media (max-width: 990px) {
  .ab-bg {
    padding: 40px 0;
  }
  .ab-index {
    flex-wrap: wrap;
  }
  .ab-index .abl {
    width: 100%;
  }
  .ab-index .abl .at1 {
    font-size: 20px;
  }
  .ab-index .abl .at2 {
    font-size: 24px;
  }
  .ab-index .abl .aw p {
    line-height: 24px;
  }
  .ab-index .abl .amore {
    margin-top: 15px;
  }
  .ab-index .abl .amore a {
    font-size: 14px;
  }
  .ab-index .abr {
    width: 100%;
    margin-top: 20px;
  }
}

/*product*/
.pro-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  background-size: 100% 100%;
  position: relative;
  padding-bottom: 2.6vw;
}

.put {
  text-align: center;
  color: #fff;
  padding: 35px 0;
}

.put .put1 {
  font-size: 44px;
  font-weight: 600;
}

.put .put2 {
  font-size: 18px;
  letter-spacing: 4px;
}

.pro-wrap {
  width: 100%;
  background: url(../images/bj22.png) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 2.6vw;
  padding-bottom: 1vw;
}

.pro-wrap .pin_swiper {
  overflow: hidden;
  width: 100%;
}

.pro-wrap .pin_swiper .swiper-slide .pp {
  align-items: center;
}

.pro-wrap .pin_swiper .swiper-slide .pp .jjfa-left {
  width: 46.9375%;
}

.pro-wrap .pin_swiper .swiper-slide .pp .jjfa-left .img1 {
  margin: 10px;
  box-shadow: 0 0 10px rgba(0, 11, 122, 0.67);
}

.pro-wrap .pin_swiper .swiper-slide .pp .jjfa-left .img1 img {
  width: 100%;
}

.pro-wrap .pin_swiper .swiper-slide .pp .jjfa-right {
  width: 46.5625%;
}

.pro-wrap .pin_swiper .swiper-slide .pp .jjfa-right .wz1 {
  color: #fff;
  font-size: 29px;
}

.pro-wrap .pin_swiper .swiper-slide .pp .jjfa-right .wz2 {
  margin: 1.5625vw 0;
}

.pro-wrap .pin_swiper .swiper-slide .pp .jjfa-right .wz2 p {
  font-size: 14px;
  line-height: 2.57;
  color: #fff;
}

.pro-wrap .pin_swiper .swiper-slide .pp .jjfa-right .wz3 {
  width: 160px;
  height: 40px;
  background: #1079be;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

.jsort {
  margin-top: 3.125vw;
  position: relative;
}

.jsort .next1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff url(../images/l1.png) no-repeat center center;
  width: 32px;
  height: 64px;
  outline: none;
}

.jsort .prev1 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff url(../images/r1.png) no-repeat center center;
  width: 32px;
  height: 64px;
  outline: none;
}

.jsort .pin_swiper2 {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.jsort .pin_swiper2 .swiper-slide .img1 img {
  width: 100%;
}

@media (max-width: 990px) {
  .pro-bg {
    padding-bottom: 30px;
  }
  .put {
    padding: 20px 0;
  }
  .put .put1 {
    font-size: 24px;
  }
  .put .put2 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .pro-wrap {
    padding: 20px 0;
  }
  .pro-wrap .pin_swiper .swiper-slide .pp {
    flex-wrap: wrap;
  }
  .pro-wrap .pin_swiper .swiper-slide .pp .jjfa-left {
    width: 100%;
  }
  .pro-wrap .pin_swiper .swiper-slide .pp .jjfa-right {
    width: 100%;
    margin-top: 10px;
  }
  .pro-wrap .pin_swiper .swiper-slide .pp .jjfa-right .wz1 {
    font-size: 18px;
  }
  .pro-wrap .pin_swiper .swiper-slide .pp .jjfa-right .wz2 p {
    line-height: 22px;
  }
  .pro-wrap .pin_swiper .swiper-slide .pp .jjfa-right .wz3 {
    font-size: 14px;
  }
  .jsort {
    margin-top: 20px;
  }
  .jsort .pin_swiper2 {
    width: 80%;
  }
  .jsort .next1 {
    width: 20px;
    height: 40px;
  }
  .jsort .prev1 {
    width: 20px;
    height: 40px;
  }
}

/**/
.cul li {
  position: relative;
  text-align: center;
  width: 33.3333%;
  float: left;
}

.bj1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 30, 72, 0.6);
  top: 0;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bj1 p {
  display: block;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 24px;
}

.line3 {
  width: 2px;
  height: 108px;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 3.125vw;
}

.cul li .img img {
  display: block;
  width: 100%;
}

.cul li:hover .bj1 {
  display: none;
}

@media (max-width: 990px) {
  .cul li {
    float: none;
    width: 100%;
  }
  .bj1 p {
    font-size: 16px;
  }
  .line3 {
    height: 50px;
  }
}

/*news*/
.news-index {
  margin-top: 3.64583333333333vw;
  margin-bottom: 3.64583333333333vw;
}

.news-index .newsSwiper {
  overflow: hidden;
  width: 100%;
}

.news-index .newsSwiper .swiper-slide .img1 img {
  width: 100%;
}

.news-index .newsSwiper .swiper-slide .wz .date {
  color: #0668c2;
  font-size: 18px;
  font-family: "Arial";
  margin-top: 1vw;
}

.news-index .newsSwiper .swiper-slide .wz .wz1 {
  color: #0668c2;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1vw 0;
}

.news-index .newsSwiper .swiper-slide .wz .wz2 {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 990px) {
  .news-index .newsSwiper .swiper-slide .wz .date {
    margin-top: 10px;
  }
  .news-index .newsSwiper .swiper-slide .wz .wz1 {
    font-size: 16px;
  }
}

/*联系*/
.lx-bg {
  background: url(../images/bj3.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 9.375vw;
  padding-bottom: 8.33333333333333vw;
}

.lx-wrap {
  width: 61.5625%;
  float: right;
}

.lx-wrap .lx-left {
  width: 50%;
  background: rgba(255, 255, 255, 0.85);
  padding-bottom: 2.60416666666667vw;
}

.lx-wrap .lx-left .lxt {
  margin: 1.5625vw 2.86458333333333vw;
  color: #666666;
  font-size: 3.54166666666667vw;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Arial";
  text-transform: uppercase;
  border-bottom: 1px solid #999999;
}

.lx-wrap .lx-left .lxw {
  padding-left: 2.86458333333333vw;
  padding-right: 10px;
  margin-top: 1vw;
}

.lx-wrap .lx-left .lxw p {
  color: #666666;
  font-size: 20px;
  font-family: "Arial";
  padding-left: 2.86458333333333vw;
  line-height: 44px;
  margin-bottom: 1vw;
}

.lx-wrap .lx-left .lxw p:nth-of-type(1) {
  background: url(../images/lx1.png) no-repeat left center;
}

.lx-wrap .lx-left .lxw p:nth-of-type(2) {
  background: url(../images/lx2.png) no-repeat left center;
}

.lx-wrap .lx-left .lxw p:nth-of-type(3) {
  background: url(../images/lx3.png) no-repeat left center;
}

.lx-wrap .lx-left .lxerq {
  padding-left: 2.86458333333333vw;
  padding-right: 10px;
  margin-top: 1.5vw;
}

.lx-wrap .lx-left .lxerq p {
  border: 2px solid #0668c2;
  border-radius: 10px;
  width: 32%;
}

.lx-wrap .lx-left .lxerq p img {
  max-width: 136px;
  width: 100%;
  border-radius: 10px;
}

.lx-wrap .lx-right {
  width: 50%;
  background: rgba(6, 104, 194, 0.8);
  padding: 0 2.1875vw;
}

.lx-wrap .lx-right .ms1 {
  background: url(../images/tt3.png) no-repeat left bottom;
  height: 50px;
  line-height: 50px;
  margin-top: 2.6vw;
  color: #fff;
  font-size: 16px;
}

.lx-wrap .lx-right .ms1 ::placeholder {
  color: #fff;
}

.lx-wrap .lx-right .ms2 {
  height: 50px;
  margin-top: 1.66666666666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lx-wrap .lx-right .ms2 .ms2a {
  width: 45%;
  background: url(../images/tt3.png) no-repeat left bottom;
}

.lx-wrap .lx-right .ms2 .ms2b {
  width: 50%;
  color: #fff;
}

.lx-wrap .lx-right .ms2 .ms2b a {
  color: #fff;
}

.lx-wrap .lx-right .submit2 {
  margin-top: 2.6vw;
  width: 100%;
  background: #003e77;
  border: none;
  box-shadow: 0 0 5px #4691db;
  color: #fffefe;
  font-size: 24px;
}

@media (max-width: 1200px) {
  .lx-wrap .lx-left .lxw p {
    font-size: 14px;
  }
  .lx-wrap .lx-left .lxw p:nth-of-type(1) {
    background-size: 25px 25px;
  }
  .lx-wrap .lx-left .lxw p:nth-of-type(2) {
    background-size: 25px 25px;
  }
  .lx-wrap .lx-left .lxw p:nth-of-type(3) {
    background-size: 25px 25px;
  }
  .lx-wrap .lx-right .submit2 {
    font-size: 16px;
  }
}

@media (max-width: 990px) {
  .lx-wrap {
    width: 100%;
    float: none;
    flex-wrap: wrap;
  }
  .lx-wrap .lx-left {
    width: 100%;
    padding: 20px;
  }
  .lx-wrap .lx-left .lxt {
    margin: 0;
    font-size: 24px;
  }
  .lx-wrap .lx-left .lxw {
    padding: 0;
    margin-top: 10px;
  }
  .lx-wrap .lx-left .lxw p {
    padding-left: 25px;
  }
  .lx-wrap .lx-right {
    width: 100%;
    padding: 20px;
  }
  .lx-wrap .lx-right .ms1 {
    font-size: 14px;
  }
  .lx-wrap .lx-right .submit2 {
    font-size: 14px;
  }
}

/*foot*/
.ftbg {
  background: #003e77;
  padding-top: 4.16666666666667vw;
  padding-bottom: 2.60416666666667vw;
}

.ftbg .ft-index {
  width: 72.5%;
  margin: 0 auto;
}

.ftbg .fdao {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 14px 0;
}

.ftbg .fdao p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ftbg .fdao p a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.ftbg .cop-index {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  margin-top: 15px;
}

.ftbg .cop-index a {
  color: #fff;
}

@media (max-width: 990px) {
  .ftbg {
    padding-bottom: 20%;
  }
  .ftbg .ft-index {
    width: 100%;
  }
  .ftbg .cop-index {
    line-height: 22px;
  }
}

/*内页*/
.prodescription {
  display: none;
}

.page-banner {
  position: relative;
}

.page-banner img {
  width: 100%;
}

/*内页左侧样式*/
.page-product-inquiry a {
  color: #fff;
}

/* 当前位置 */
.page-position {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 12%;
  display: none;
}

.page-position h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.page-position h4 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-top: 1.5%;
}

.page-position h4 a {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
  .page-position h3 {
    font-size: 28px;
  }
  .page-position h4 {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .page-position h3 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .page-position h3 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-banner {
    /*margin-top: 60px;*/
  }
}

/* 分类样式 */
.pro-inner-cate {
  background: #eee;
  height: 80px;
}

.pro-inner-cate .xypg-left-nav {
  margin: 0;
  height: 80px;
  text-align: left;
}

.pro-inner-cate .xypg-left-nav &gt; li {
  display: inline-block;
  border-bottom: none;
  position: static;
}

.pro-inner-cate .xypg-left-nav &gt; li &gt; a {
  padding: 0;
  height: 80px;
  width: 170px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  border-radius: 0;
}

.pro-inner-cate .xypg-left-nav &gt; li &gt; a:hover {
  background: #fff;
  color: #014099 !important;
  font-weight: bold;
}

.pro-inner-cate .xypg-left-nav &gt; li:hover &gt; a {
  color: #014099 !important;
}

.pro-inner-cate .xypg-left-nav &gt; li .first-nav-btn {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: none;
  display: none;
}

.pro-inner-cate .xypg-left-nav &gt; li .xypg-left-subnav {
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 30px 0;
}

.pro-inner-cate .xypg-left-nav &gt; li .xypg-left-subnav &gt; div {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.pro-inner-cate .xypg-left-nav &gt; li .xypg-left-subnav &gt; div &gt; li {
  float: left;
  width: 20%;
  text-indent: 28px;
  margin: 0 15px;
}

.pro-inner-cate .xypg-left-nav &gt; li .xypg-left-subnav &gt; div &gt; li &gt; a {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  padding-bottom: 10px !important;
  display: block;
}

.pro-inner-cate .xypg-left-nav &gt; li .xypg-left-subnav &gt; div &gt; li a {
  padding: 0;
  line-height: 30px;
}

.pro-inner-cate .xypg-left-nav &gt; li .xypg-left-subnav &gt; div &gt; li a:before {
  display: none;
}

.page-wrap-right {
  margin-top: 3%;
}

@media (max-width: 768px) {
  .xypg-product-list li h3 a {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .xypg-product-list li h3 a {
    font-size: 14px;
  }
}

/*phone搴曢儴瀵艰埅*/
li {
  list-style: none;
}

.q_d_m {
  float: left;
  width: 100%;
  height: 50px;
}

.pf_down {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  background: #191919;
  z-index: 999;
  border-top: 1px solid #fff;
}

.pf_down li {
  width: 33.333333%;
  float: left;
  text-align: center;
  padding: 7px 0 4px 0;
  border-right: 1px solid #fff;
}

.pf_down li .ico7 {
  width: 100%;
  float: left;
  height: 20px;
}

.pf_down li .d_name {
  width: 100%;
  float: left;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}

.pf_down li.l1 .ico7 {
  background: url(../images/mp1.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
  background: url(../images/mp2.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
  background: url(../images/mp3.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
  border: none;
}
</pre></body></html>